跳到主要内容

Basic concepts

The OAuth 2.0 authorization protocol enables a third-party application to obtain limited access to an HTTP service. You can add OAuth applications to the DocSpace portal and use them to access the API for authorization and further actions such as accessing accounts, rooms, files, etc.

DocSpace OAuth API allows developers to register a new OAuth application on the portal.

This documentation describes:

What OAuth apps can do

An OAuth application can:

  • authorize users through the DocSpace portal without storing or processing passwords;
  • access user account information (such as name) to verify their identity without having access to the password;
  • use an access token to retrieve user information (before the token expires);
  • perform only those actions on the data that are allowed by the authorized user.